/* title */

.tm-title {
    margin-bottom: 40px;
    text-align: center;
}

.tm-title .title {
    color:#333;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    vertical-align: middle;
}
.tm-title .title span{
    color: #333;
    font-size: 24px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    line-height: 40px;
    font-weight: normal;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.uk-bg1{
    background: #f5f5f5;
}
.sy-light.tm-title .title{
    color: #fff;
}

.line {
    height: 2px;
    background-color: #e1e1e1;
    margin-top: 5px;
    margin-bottom: 40px;
}

.section-title-more .more-big {
    float: right;
    margin-top: -77px;
}
.ixban{
    height: 200px;
    padding: 2.6rem;
    box-sizing: border-box;
    background: url(../images/ixban.jpg) no-repeat center;
    background-size: cover;
}
.ixban h2{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ixban h3{
    color: #fff;
    font-size: 24px;
    margin: 0;
    letter-spacing: 0.5px;
}
.ixban .text{
    float: left;
    margin-top: 1rem;
}
.rxzx{
    float: right;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.rxzx .fa{
    color: #aa9347;
}
.rxzx p{
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    font-family: "Arial";
    line-height: 36px;
}
.rxzx .s-btn{
    padding: 0 100px;
}

/* @media (min-width: 960px)
{
    .uk-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
} */
.tm-header {
    padding: 0px 0;
    width: 100%;
    top: 0;
    background: #fff;
    transition: all 0.6s;
    
}
.tm-top{
    padding: 10px 0;
    background: #f5f5f5;
    font-size: 12px;
}
.tm-nav {
    text-align: right;
    background: #333333;
}


.tm-topnav{
    padding: 20px 0;
}
.tm-topnav .logo {
    display: block;
    padding: 15px 0;
    padding-right: 30px;
    border-right: 1px dashed #ddd;
}
.tm-tel {
    font-weight: bold;
    padding-left: 50px;
    position: relative;
    color: #666666;
    font-weight: 400;
}
.tm-tel .iconfont{
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 40px;
    color: #000;
}
.tm-tel span{
    display: block;
    font-size: 24px;
    color: #15499a;
    
}
.tm-tel .rx{
    font-size: 18px;
}
.tm-tel .rx i{
    font-size: 14px;
    font-style: normal;
}
.logo-text{
    color: #394253;
    padding-left: 30px;
}
.logo-text .t2{
    font-size: 18px;
    font-weight: 700;
    color: #666666;
}
.logo-text .t1{
    font-size: 28px;
    color: #00a2e9;
    font-weight: bold;
    
}
.tm-nav .navs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.tm-nav .navs li {
    position: relative;
    border-right: 1px solid #292929;
    border-left: 1px solid #3f3f3f;
}

.tm-nav .navs li>a {
    font-size: 16px;
    padding: 0 40px;
    color:#fff;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 55px;
    z-index: 4;
}

.tm-nav .navs li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #00a2e9;
    bottom: 0;
    left: 0;
    -webkit-transition: height .3s;
    transition: height .3s;
}
.tm-nav .navs li:hover:after, .tm-nav .navs li.active:after {
    height: 100%;
    border-right: 1px solid #00a2e9;
    border-left: 1px solid #00a2e9;
}
.tm-nav .navs li a:hover, .tm-nav .navs li.active a{
    color: #333;
}
/* .tm-nav .navs li .ns-nav {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: 0 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    border-top: 4px solid #15499a;
    background: #fff;
}
.tm-nav .navs li:hover .ns-nav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.tm-nav .navs li .ns-nav a {
    padding: 10px 0px;
    margin: 0 20px;
    text-align: left;
    display: block;
    color: #7b7b7b;
    border-bottom: 1px solid #e5e5e5;
}
.tm-nav .navs li .ns-nav dd:last-child a{
    border: 0;
}
.tm-nav .navs li .ns-nav a:hover {
    color: #15499a;
} */

.m-header {
    /* position: fixed;
    z-index: 999;
    width: 100%;
    top: 0; */
    box-sizing: border-box;
    /* padding: 10px 0; */
}

.m-header .uk-navbar-container {
    background: transparent;
    transition: all 0.5s;
}

.in-o .m-header .uk-navbar-container {
    background: #fff;
}

.fp-viewing-0 .m-header .uk-navbar-container {
    background: transparent;
}

.m-header .uk-navbar-toggle {
    color: #15499a;
    min-height: 60px;
}

#tm-mobile .uk-offcanvas-bar {
    background: #15499a;
}

#tm-mobile .uk-offcanvas-close {
    color: #fff;
}



.m-subnav {
    margin-top: 40px;
    text-transform: capitalize;
}

.m-subnav .m-nav {
    display: none;
}

.m-subnav .uk-parent .m-nav {
    display: block;
}

.m-subnav .uk-nav>li>a {
    padding: 16px 0;
    border-bottom: 1px solid #1b88ce;
    color: #fff;
}

.m-subnav ul.uk-nav-sub {
    border-bottom: 1px solid #1b88ce;
}

.m-subnav ul.uk-nav-sub li a {
    padding: 6px 0;
    color: #fff;
}




.banner .uk-slidenav{
    /* padding: 20px 40px; */
    border-radius: 50%;
}

.banner .uk-dotnav>*>*{
    width: 16px;
    height: 16px;
    background:#9c9c9c;
    border-color: #9c9c9c;
}
.banner .uk-dotnav>.uk-active>*{
    border-color:#15499a;
    background: rgba(11, 119, 189, 0.8);
}
.banner .uk-slideshow-items {
    min-height: 560px !important;
}
.h-keys{
    padding: 20px 0;
}

.h-keys .key a{
    margin: 0 5px;
}
.h-keys .uk-search-default {
    width: 300px;
}
.h-keys .uk-search-default .uk-search-input{
    height: 44px;
    padding-left: 10px;
    font-size:12px;
    border-left: 0;
    border-right: 0;
    color: #999;
}
.h-keys .search .iconfont{
    font-size: 30px;
    color: #222;
}

.h-about{
    background: #f5f5f5;
}
.h-about .tit{
    position: relative;
    text-align: center;
    margin-top: -30px;
}

.h-about .tit .en{
    font-size: 98px;
    color: #f2f2f2;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1
}
.h-about .tit .t1{
    font-size: 28px;
    margin-top: -30px;
    font-weight: 700;
    color: #222;
}
.h-about .tit .t2{
    font-size: 22px;
    color: #222;
}
.h-about h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.h-about video{
    width: 100%;
}
.h-about .cont{
    margin-top: 20px;
    
}
.h-about .more{
    text-align: left;
    margin-top: 30px;
}
.h-about .more a{
    display: inline-block;
    text-transform: uppercase;
    background: #15499a;
    color: #fff;
    padding: 15px 60px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.h-about .hp .pic{
    padding-bottom: 110%;
}
.h-about .zz .pic{
    padding-bottom: 160%;
    border: 1px solid #eee;
    transition: .3s ease-out;
}

.h-ted {
    /* padding: 0 100px; */
}
.h-ted .wrap{
    cursor: pointer;
    text-align: center;
}

.h-ted .wrap .iconfont{
    font-size: 60px;
    border: 3px solid #d5d5d5;
    padding: 20px;
    border-radius: 50%;
}
.h-ted .wrap h4{
    font-size: 20px;
    font-weight: 700;
}
.h-ted .wrap:hover .iconfont{
    border-color: #15499a;
    background: #15499a;
    color: #fff;
}
.nav-l h2 {
    margin: 0;
}
.nav-l h2 a{
    background: #15499a;
    color: #fff;
    font-size: 18px;
    padding: 20px 20px;
    margin: 0;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    display: block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.nav-l h2 a span{
    font-size: 18px;
    display: block;
    font-weight: normal;
}
.nav-l .nav-w{
    background: #fff;
    padding-top: 5px;
}
.nav-l h3{
    margin: 0;
}
.nav-l h3 a{
    height: 50px;
    line-height: 50px;
    border-left: 4px solid #15499a;
    color: #FFF;
    font-size: 16px;
    padding-left: 46px;
    background: #333;
    display: block;
    font-weight: bold;
}
.nav-l ul{
    border: 1px dotted #eee;
    margin: 0;
    padding: 0 10px;
    list-style: none;
}
.nav-l ul li{
    border-bottom: 1px dashed #eee;
    padding: 15px 10px;
}
.nav-l ul li:last-child{
    border: 0;
}
.nav-l ul li a{
    display: block;
    padding-left: 30px;
    font-size: 16px;
}
.nav-l ul li.active a{
    color: #15499a;
}
.nav-l .tel{
    background: #333;
    color: #00a2e9;
    padding: 15px 20px;
    font-size: 20px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.nav-l .tel .iconfont{
    font-size: 28px;
}
.nav-l .tel .js{
    font-size: 14px;
    font-weight: bold;
}
.nav-l .tel .js span{
    font-size: 18px;
    font-weight: bold;
}

.h-product {
    background: url(../images/pro_bg.jpg);
}
.h-product .p-wp {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.h-product .p-wp .pp .text{
    padding-left: 60px;
}
.h-product .p-wp .text .tit{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.h-product .p-wp .text .desc p{
    position: relative;
    margin: 0;
    /* padding-left: 15px; */
    line-height: 1.6;
}
/* .h-product .p-wp .text .desc p::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #999;
    border-radius: 50%;
} */
.h-product .p-wp .text .desc p.red{
    color: #f00;
}
.h-product .p-wp .text .desc p.red::before{
    border-color: #f00;
    background: #f00;
}
.h-product .p-wp .more{
    display: inline-block;
    border: 1px solid #15499a;
    padding: 10px 30px;
    border-radius: 300px;
    line-height: 1;
    margin-top: 10px;
}
.h-product .p-wp .more:hover{
    background: #15499a;
    color: #fff;
}
.h-hz .wrap{
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
 .sw{
    position: relative;
}
.h-hz .swiper-container{
    margin: 0 50px;
}
.h-zz .swiper-container{
    margin: 0 50px;
}
.tm-jt{
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    border: 0;
    outline: none;
}
.tm-jt .iconfont{
    font-size: 34px;
    color: #999;
}
.tm-jt .iconfont:hover{
    color: #15499a;
}
.tm-button-prev{
    left: 0;
}
.tm-button-next{
    right: 0;
}

.h-case{
    background: url(../images/pro_bg.jpg); 
}
.h-case .nav-w ul{
    list-style: none;
    padding: 0;
    background: #fff;
}
.h-case .nav-w li{
    border-bottom: 1px solid #dedede;
}
.h-case .nav-w li a{
    display: block;
    line-height: 60px;
    padding-left: 40px;
    font-size: 16px;
}

.h-case .nav-w li a .iconfont{
    border-radius: 50%;
    background: #00a2e9;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.3s;
}
.h-case .nav-w li.more a{
    background: #333 !important;
    color: #fff !important;
}
.h-case .nav-w li.more a .iconfont{
    background: #fff !important;
    color: #333 !important;
}
.h-case .nav-w li a:hover{
    background: #00a2e9;
    color: #fff;
}
.h-case .nav-w li a:hover .iconfont{
    background: #333;
}
.h-case .wrap{
    position: relative;
}
.h-case .wrap .text{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.h-case .wrap .text h3{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 15px 15px;
}

.h-zz{
    background: #f5f5f5;
}
.h-zz .wrap{
    border: 10px solid #d5d5d5;
}

.h-fw .pic{
    text-align: center;
}
.h-fw .cont{
    position: relative;
    padding-top: 100px;
    margin-bottom: 70px;
}
.h-fw .cont .wp{
    position: absolute;
    text-align: center;
}
.h-fw .cont .wp h2{
    font-size: 24px;
    font-weight: bold;
    color: #15499a;
    margin: 0;
    margin-bottom: 10px;
}
.h-fw .cont .wp p{
    margin: 0;
}
.h-fw .cont .w1{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.h-fw .cont .w2{
    top: 240px;
    left: 135px;
}
.h-fw .cont .w3{
    top: 240px;
    right: 110px;
}
.h-fw .cont .w4{
    bottom: -96px;
    left: 196px;
}
.h-fw .cont .w5{
    bottom: -96px;
    right: 210px;
}
.h-news{
    padding-bottom: 30px;
}
.h-news .pic{
    padding-bottom: 60%;
}
.h-news .pic img{
    transition: .3s ease-out;
}
.h-news .text h3{
    font-size: 18px;
    color: #222;
    margin-bottom: 15px;
}
.h-news .desc{
    color: #999;
    margin-bottom: 15px;
    line-height: 1.8;
}
.h-news .text .more{
    display: inline-block;
    padding:10px 40px;
    background: #15499a;
    border-radius: 500px;
    margin-right: 30px;
    color: #fff;
}

.h-news .wrap:hover img{
    transform: translate(-50%,-50%) scale(1.1, 1.1);
}
.h-news .tt h3{
    margin: 0;
    font-size: 16px;
}
.h-news .tt .time{
    color: #999;
    float: right;
    font-size: 14px;
}
.h-news *+.uk-grid-margin{
    margin-top: 15px;
}
.t-news{
    margin-top: 30px;
    border-top: 1px dashed #d5d5d5;
    padding-top: 30px;
}
.h-news .tm-title{
    border-bottom: 1px solid #e8e6e6;
    
}
.h-news .tm-title .title{
    display: inline-block;
    border-bottom: 3px solid #15499a;
    padding-bottom: 15px;
    font-size: 34px;
}
.h-news .s-nav{
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
}
.h-news .s-nav .link{
    position: relative;
    z-index: 9;
    display: inline-block;
    background: #fff;
    padding-right: 50px;
}
.h-news .s-nav::before{
    display: block;
    content: '';
    width: 95%;
    border-bottom: 1px dashed #d5d5d5;
    position: absolute;
    left: 0;
    top: 50%;
}
.h-news .s-nav .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #15499a;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    font-size: 22px;
}
.h-news .s-nav .link a{
    display: inline-block;
    margin-right: 30px;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
}

.h-news .s-nav .link a.select{
    font-weight: 600;
    border-color: #15499a;
}
.h-news .s-nav .link a:last-child{
    margin-right: 0;
}
.h-news dl dd{
    display: none;
}
.h-news dl dd.show{
    display: block;
}
.h-contact{
    background-position: right top;
    padding-right: 60px;
}
.h-link {
    margin-top: 50px;
}
.h-link .iconfont{
    font-size: 50px;
    vertical-align: middle;
    margin-right: 20px;
    text-shadow:  3px 3px 2px #bfbcbc;
}

.tm-footer {
    padding: 70px 0 50px;
    border-top: 6px solid #15499a;
    background: #2f2f2f;
    color: #888;

}
.tm-footer a{
    color: #888;
}

.f-comp{
    text-align: center;
    padding-top: 15px;
}
.f-comp .t1{
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    color: #6f6f6f;
}

.f-ewm {
    text-align: center;
}
.f-ewm img {
    display: inline-block;
    width: 120px;
}

.f-copy {
    text-align: center;
    padding: 10px 15px;
    background: #2f2f2f;
    color: #888;
    border-top: 1px solid #404040;
}

.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}
.client-2 ul{
    list-style: none;
    padding: 0;
}
.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx01.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 0;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #00a2e9;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #00a2e9;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}


/* 内页 */

.n-ban {
    height: 350px;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../images/futuerbg.jpg);
}

.position {
    margin-bottom: 20px;
    text-transform: capitalize;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 10px;
}
.sort-nav{
    font-size: 18px;
    color: #15499a;
}
.n-left{
    /* padding-right: 40px; */
}
.n-left .tit{
    font-size: 24px;
    text-align: center;
    background: #15499a;
    color: #fff;
    padding: 20px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0;
}
.n-left .wp{
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
}
.n-left .wp li{
    background: #ececec;
    padding: 15px 10px;
    margin-bottom: 1px;
}
.n-left .wp li:last-child{
    border: 0;
}
.n-left .wp li a{
    display: block;
    padding-left: 20px;
    font-size: 15px;
}
.n-left .wp li.active a{
    color: #15499a;
}
.n-left .rx{
    margin-top: 20px;
    position: relative;
    color: #222;
}
.n-left .rx .name{
    font-size: 20px;
}
.n-left .rx .name .iconfont{
    font-size: 30px;
    vertical-align: middle;
}
.n-left .rx .tel{
    font-size: 18px;
    font-weight: 600;
}


/* 关于 */
.ab-w .cont{
    background: #f5f5f5;
    padding: 30px;
    font-size: 13px;
}
.ab-w .cont h2{
    font-size: 26px;
    font-weight: bold;
    color: #15499a;
}
.ab-w2{
    padding: 40px;
    font-size: 16px;
    background-color: #333333;
    color: #fff;
    margin-top: 40px;
    line-height: 2;
}
/* 联系 */
.inquiry{
    /* background: #f7d730; */
}
.inquiry .tt{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.inquiry .fo-con{
    /* margin-bottom: 20px; */
}
.inquiry .btn{
    background: #15499a;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    width: 100%;
}
.inquiry .uk-input{
    height: 50px;
}
.inquiry .uk-textarea{
    height: 130px;
}
.inquiry .btn:hover{
    background: #15499a;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus{
    border-color: #2770e7;
}
.c-item .c-text{
    padding-left: 10px;
}
.c-item .c-icon{
    font-size:20px;
    line-height: 1;
    color: #c5c5c5;
    width: 25px;
    text-align: center;
}
.c-wp{
    display: flex;
    align-items: center;
}
.c-item .tt{
    font-size: 2rem;
    text-transform: uppercase;
    color:#15499a;
    margin-bottom: 10px;
}
.c-item .desc{
    font-size: 16px;
    margin-bottom: 15px;
}

/*  */

.sortname{
    height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 18px;
}
.sortname h3{
    height: 40px;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    padding-right: 24px;
    border-bottom: 2px solid #333333;
}
.pro-list .wrap{
    border: 1px solid #dedede;
    padding: 15px 10px 18px 22px;
    background: #fff;
    overflow: hidden;
}
.pro-list .wrap:hover{
    border-color: #15499a;
}
.pro-list .wrap .text {
    margin-top: 10px;
    transition: all 0.3s;
    padding-right: 40px;
}
.pro-list .wrap .text .tit{
    color: #666;
    font-size: 18px;
    background: url(../images/p15-icon1.png) repeat-x left bottom;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.pro-list .wrap .text .desc p{
    margin: 0;
    font-size: 13px;
}
.pro-list .wrap .text .desc .red{
    color: #f00;
}
.pro-list .wrap .text .more{
    float: right;
    display: block;
    padding: 10px 40px;
    border:1px solid #aaa;
}
.pro-list .wrap .text .more:hover{
    background: #15499a;
    border-color: #15499a;
    color: #fff;
}
.sort-name {
    font-size: 24px;
    color: #15499a;
    text-transform: uppercase;
    font-weight: 600;
}

.a-pro-top .pic {
    border: 1px solid #ddd;
    padding: 2px;
}

.a-pro-top .pic .wrap {
    overflow: hidden;
}

.a-pro-top .pic .wrap a {
    display: block;
    position: relative;
    padding-bottom: 65%;
}
.a-pro-top .pic .wrap .ic{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.27);
    padding: 15px;
    color: #fff;
    border-radius: 50%;
}

.a-pro-top .pic .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.a-pro-top .pic .swiper-pagination-bullet-active {
    background: #15499a;
}
.pro-cons .tit{
    font-size: 20px;
    color:#333;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}
.pro-cons .tit span{
    background: #00a2e9;
    display: inline-block;
    color: #fff;
    padding: 12px 50px;
    position: relative;
}
.pro-cons .tit span:after {
    content: '';
    border-bottom: 10px solid #FFFFFF;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; /*箭头背景颜色，覆盖前面的#eee颜色，使其颜色与整体颜色一致*/
    position: absolute;
    bottom: 0px;
    right: 50%;
  }
.pro-cons .conts{
    font-size: 14px;
}
.pro-cons .conts h3{
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.p-rcons .title {
    font-size: 24px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.p-rcons .desc p{
    margin: 0;
    
}
.p-rcons .tel{
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    line-height: 1.4;
}
.p-rcons .tel .iconfont{
    font-size: 45px;
    color: #00a2e9;
    position: absolute;
    left: -22px;
    top: -6px;
}
.p-rcons .tel span{
    display: block;
}
.p-rcons .zix a{
    background: #00a2e9;
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
    font-size: 18px;
}
.p-rcons .zix a:hover{
    background: #15499a;
}
.p-rcons .conts p{
    margin-bottom: 5px;
}
.p-rcons .conts *+p{
    margin-top: 5px;
}
.p-details {
    margin-top: 2rem;
}



.a-new .title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    color: #111;
    text-transform: capitalize;
}

.a-new .time {
    font-size: 14px;
    text-align: center;
}

.a-new .content {
    font-size: 16px;
    margin-top: 20px;
}

.content img {
    height: auto !important;
}


.case-list .wrap{
    padding: 3px;
    border: 1px solid #eee;
}
.case-list .wrap .text{
    padding: 15px 10px;
}
.case-list .wrap .text .tit{
    font-size: 16px;
    margin: 0;
}
.a-case .title{
    text-align: center;
    font-size: 22px;
}
.a-case .dd{
    color: #999;
    text-align: center;
}
.news-list .wrap .tit{
    font-size: 18px;
    margin: 15px 0;
    color: #333;
}

.news-list .wrap .time {
    color: #666;
}
.news-list .wrap .desc{
    color: #999;
    font-size: 13px;
    line-height: 2;
}
.news-list .wrap .more{
    text-align: right;
    margin-top: 15px;
}
.news-list .pic{
    padding-bottom: 65%;
    transition: .3s ease-out;
}
.news-list .pw{
    display: block;
    overflow: hidden;
}
.news-list li:hover .pic{
    transform: scale(1.1, 1.1);
}



.pagination {
    text-align: center;
    margin-top: 1.875rem;
}

.pagination a {
    display: inline-block;
    margin-right: 0.625rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #666;
    border: 1px solid #eee;
}

.pagination a:hover {
    color: #15499a;
    border-color: #15499a;
}

.pagination a.page-num-current {
    border: 1px solid #15499a;
    background: #15499a;
    color: #fff;
}

.next-prev {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    line-height: 2;
    color: #999;
    text-transform: capitalize;
}
.next-prev .wp{
    margin-bottom: 10px;
    color: #333;
}
.next-prev span{
    text-transform: uppercase;
    padding: 4px 10px;
    background: #a2a2a2;
    color:#fff;
}
.next-prev a{
    color: #333;
}
.next-prev a:hover{
    color: #444;
}

.a-zz .pic{
    padding-bottom: 140%;
    border: 1px solid #ddd;
}

.n-fw .nav{
	list-style:none;
	padding:0;
	margin-top:40px;
	margin-bottom:80px
}
.n-fw .nav li a{
	padding:16px 40px;
	background:#f5f5f5;
	font-size: 16px;
	display:block;
}
.n-fw .nav li.uk-active a,.n-fw .nav li a:hover{
	background:#15499a;
	color:#fff;
}
.n-fw .tit{
	text-align:center;
	margin-bottom:40px;
}

.n-fw .tit span {
    color: #15499a;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 30px;
    vertical-align: middle;
}

.n-fw .tit::before,
.n-fw .tit::after {
    content: "";
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    border-top: 3px solid #15499a;
}
.n-fw .tit span i{
	font-style:normal;
	color:#222;
}

.n-fw .yth .desc{
	text-align:center;
	line-height:2.4;
	font-size:16px;
	color:#666;
	margin-bottom:30px;
}

.n-fw .yth .wp{
	border:1px solid #00a2e9;
}
.n-fw .yth .wp .t1{
	text-align:center;
	line-height: 45px;
	font-size: 16px;
	border-bottom: 1px solid #00a2e9;
}
.n-fw .yth .wp .t2{
	padding: 30px 15px;
}
.n-fw .gxh .wp p{
	color:#797979;
	padding:10px 0;
	border-bottom: 1px dashed #00a2e9;
	font-size: 15px;
}
.n-fw .gxh .wp .bold{
	font-weight:bold;
	color:#535353;
}
.n-fw .zc .wp{
	text-align:center;
	border-top: 5px solid #00a2e9;
    box-shadow: 0 0 5px;
	padding: 30px 40px;
}
.n-fw .zc .wp .t1{
	font-size: 18px;
    color: #171d25;
    margin-top: 20px;
}
.n-fw .zc .wp .t2{
	font-size: 15px;
    color: #171d25;
    margin-top: 15px;
}
.n-fw .lc .wp{
	text-align:center;
	cursor: pointer;
}
.n-fw .lc .wp .ic{
	padding: 20px;
	border: 2px dashed #ddd;
	display:inline-block;
	border-radius:50%;
}
.n-fw .lc .wp img{
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.n-fw .lc .wp:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.n-fw .lc .wp .t1{
	display: block;
    line-height: 66px;
    text-align: center;
    font-size: 16px;
}
.n-fw .lc{
	min-height:400px;
}